home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / rocketcar2.swf / scripts / frame_8 / PlaceObject2_264_172 / CLIPACTIONRECORD onClipEvent(load).as < prev   
Encoding:
Text File  |  2008-09-24  |  144 b   |  11 lines

  1. onClipEvent(load){
  2.    if(_root.sound)
  3.    {
  4.       this.gotoAndStop(1);
  5.    }
  6.    if(!_root.sound)
  7.    {
  8.       this.gotoAndStop(2);
  9.    }
  10. }
  11.